JavaScript â Master Modern JavaScript Concepts Through Exercises and Examples by Sekuloski Rick
Author:Sekuloski, Rick
Language: eng
Format: epub
Published: 2022-06-22T00:00:00+00:00
Chapter 3 â Intermediate to Advanced JavaScript
In the last chapter we covered some basic to intermediate JavaScript features and in this chapter, we will continue to learn new things that for some of you will be a little harder but these are the features that will make you great developer. Let us start this chapter by learning more about arrow functions.
Arrow functions
ES6 introduced new way how we can create functions using the arrow symbol (=>). Before the arrow functions we used fairly simple syntax like this:
const message = function(name) {
return "Hi there " + name;
}
let greeting = message('Andy');
console.log(greeting);
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
| Ajax | Assembly Language Programming |
| Borland Delphi | C & C++ |
| C# | CSS |
| Compiler Design | Compilers |
| DHTML | Debugging |
| Delphi | Fortran |
| Java | Lisp |
| Perl | Prolog |
| Python | RPG |
| Ruby | Swift |
| Visual Basic | XHTML |
| XML | XSL |
The Mikado Method by Ola Ellnestam Daniel Brolund(20293)
Hello! Python by Anthony Briggs(19619)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(17890)
Dependency Injection in .NET by Mark Seemann(17855)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(17296)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(17208)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16928)
Kotlin in Action by Dmitry Jemerov(16849)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(15991)
Grails in Action by Glen Smith Peter Ledbrook(15158)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(10312)
Becoming a Dynamics 365 Finance and Supply Chain Solution Architect by Brent Dawson(8051)
Microservices with Go by Alexander Shuiskov(7816)
Practical Design Patterns for Java Developers by Miroslav Wengner(7715)
Test Automation Engineering Handbook by Manikandan Sambamurthy(7666)
Angular Projects - Third Edition by Aristeidis Bampakos(7151)
The Art of Crafting User Stories by The Art of Crafting User Stories(6606)
NetSuite for Consultants - Second Edition by Peter Ries(6528)
Demystifying Cryptography with OpenSSL 3.0 by Alexei Khlebnikov(6304)